runtime.mcache.stackcache (field)
18 uses
runtime (current package)
mcache.go#L47: stackcache [_NumStackOrders]stackfreelist
stack.go#L288: c.stackcache[order].list = list
stack.go#L289: c.stackcache[order].size = size
stack.go#L297: x := c.stackcache[order].list
stack.go#L298: size := c.stackcache[order].size
stack.go#L307: c.stackcache[order].list = x
stack.go#L308: c.stackcache[order].size = size
stack.go#L318: x := c.stackcache[order].list
stack.go#L324: c.stackcache[order].list = 0
stack.go#L325: c.stackcache[order].size = 0
stack.go#L382: x = c.stackcache[order].list
stack.go#L385: x = c.stackcache[order].list
stack.go#L387: c.stackcache[order].list = x.ptr().next
stack.go#L388: c.stackcache[order].size -= uintptr(n)
stack.go#L481: if c.stackcache[order].size >= _StackCacheSize {
stack.go#L484: x.ptr().next = c.stackcache[order].list
stack.go#L485: c.stackcache[order].list = x
stack.go#L486: c.stackcache[order].size += n
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |